home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / TOOLS / PLUS32 / GLOGIN.SQL < prev    next >
Encoding:
Text File  |  1995-04-05  |  571 b   |  20 lines

  1. rem
  2. rem  $Header: glogin.sql 3020101.1 94/09/28 17:47:12 jathomps Generic<base> $
  3. rem  Copyright (c) Oracle Corporation 1988, 1994.  All Rights Reserved.
  4. rem
  5. rem  SQL*Plus Global Login startup file.
  6. rem
  7. rem  This is the global login file for SQL*Plus.
  8. rem  Add any sqlplus commands here that are to be
  9. rem  executed when a user invokes sqlplus
  10.  
  11. rem Used by Trusted Oracle
  12. column ROWLABEL format A15
  13.  
  14. rem Used for the SHOW ERRORS command
  15. column LINE/COL format A8
  16. column ERROR    format A65  WORD_WRAPPED
  17.  
  18. rem For backward compatibility
  19. set pagesize 14
  20.